home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941221-19950208 / 000273_news@columbia.edu_Tue Jan 24 09:53:39 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA18215
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Wed, 25 Jan 1995 07:52:47 -0500
  3. Received: by apakabar.cc.columbia.edu id AA04734
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Wed, 25 Jan 1995 07:52:44 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.moneng.mei.com!hookup!swrinde!ihnp4.ucsd.edu!dog.ee.lbl.gov!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: finish (no, not finnish!)
  9. Message-Id: <1995Jan24.155339.39082@cc.usu.edu>
  10. Date: 24 Jan 95 15:53:39 MDT
  11. References: <1995Jan23.113710@hnrc.tufts.edu> <1995Jan23.113505.38853@cc.usu.edu> <3g3anr$rcs@lynx.unm.edu> <1995Jan24.132937@hnrc.tufts.edu>
  12. Organization: Utah State University
  13. Lines: 16
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <1995Jan24.132937@hnrc.tufts.edu>, jerry@hnrc.tufts.edu (Jerry Dallal) writes:
  17. > In article <3g3anr$rcs@lynx.unm.edu>, galway@chtm.eece.unm.edu (Denis McKeon) writes:
  18. >> 
  19. >> Any suggestions on how to use 'x' as a macro name?  
  20. >> 
  21. > In 3.14 I was able to define f but not h.  h is help no matter what I do to it.
  22. -----------
  23.     I'm moving this thread into my net.trivia queue. Macros don't overlay
  24. hard coded command names. They may conflict with some abbreviations of hard
  25. coded command names. If a one or two letter macro name does this for you
  26. then please choose another combination. It's hardly something to create
  27. a lot of traffic about. The general rule to apply is avoid macro names
  28. which are the same as a command or an abbreviation of a command; that will
  29. be a safe rule under all circumstances.
  30.     Joe D.